Skip to content

bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397)#20397

Merged
tiran merged 1 commit into
python:masterfrom
tiran:bpo-30008
Jun 1, 2020
Merged

bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397)#20397
tiran merged 1 commit into
python:masterfrom
tiran:bpo-30008

Conversation

@tiran

@tiran tiran commented May 25, 2020

Copy link
Copy Markdown
Member

Fix :mod:`sslcode to be compatible with OpenSSL 1.1.x builds that useno-deprecated`` and ``--api=1.1.0``.

Note: Tests assume full OpenSSL API and fail with limited API.

Co-authored-by: Mark Wright gienah@gentoo.org
Signed-off-by: Christian Heimes christian@python.org

https://bugs.python.org/issue30008

@tiran

tiran commented May 25, 2020

Copy link
Copy Markdown
Member Author

PR is partly based on and supersedes #3943

Fix :mod:`ssl`` code to be compatible with OpenSSL 1.1.x builds that use
``no-deprecated`` and ``--api=1.1.0``.

Note: Tests assume full OpenSSL API and fail with limited API.

Co-authored-by: Mark Wright <gienah@gentoo.org>
Signed-off-by: Christian Heimes <christian@python.org>
@tiran tiran changed the title bpo-30008: Fix OpenSSL no-deprecated compilation bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397) Jun 1, 2020
@tiran tiran merged commit a871f69 into python:master Jun 1, 2020
@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @tiran for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8, 3.9.
🐍🍒⛏🤖

@tiran tiran deleted the bpo-30008 branch June 1, 2020 06:58
@bedevere-bot

Copy link
Copy Markdown

GH-20565 is a backport of this pull request to the 3.9 branch.

@bedevere-bot

Copy link
Copy Markdown

GH-20566 is a backport of this pull request to the 3.8 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 1, 2020
Fix :mod:`ssl`` code to be compatible with OpenSSL 1.1.x builds that use
``no-deprecated`` and ``--api=1.1.0``.

Note: Tests assume full OpenSSL API and fail with limited API.

Signed-off-by: Christian Heimes <christian@python.org>
Co-authored-by: Mark Wright <gienah@gentoo.org>
(cherry picked from commit a871f69)

Co-authored-by: Christian Heimes <christian@python.org>
@bedevere-bot

Copy link
Copy Markdown

GH-20567 is a backport of this pull request to the 3.7 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 1, 2020
Fix :mod:`ssl`` code to be compatible with OpenSSL 1.1.x builds that use
``no-deprecated`` and ``--api=1.1.0``.

Note: Tests assume full OpenSSL API and fail with limited API.

Signed-off-by: Christian Heimes <christian@python.org>
Co-authored-by: Mark Wright <gienah@gentoo.org>
(cherry picked from commit a871f69)

Co-authored-by: Christian Heimes <christian@python.org>
miss-islington added a commit that referenced this pull request Jun 1, 2020
Fix :mod:`ssl`` code to be compatible with OpenSSL 1.1.x builds that use
``no-deprecated`` and ``--api=1.1.0``.

Note: Tests assume full OpenSSL API and fail with limited API.

Signed-off-by: Christian Heimes <christian@python.org>
Co-authored-by: Mark Wright <gienah@gentoo.org>
(cherry picked from commit a871f69)

Co-authored-by: Christian Heimes <christian@python.org>
miss-islington added a commit that referenced this pull request Jun 1, 2020
Fix :mod:`ssl`` code to be compatible with OpenSSL 1.1.x builds that use
``no-deprecated`` and ``--api=1.1.0``.

Note: Tests assume full OpenSSL API and fail with limited API.

Signed-off-by: Christian Heimes <christian@python.org>
Co-authored-by: Mark Wright <gienah@gentoo.org>
(cherry picked from commit a871f69)

Co-authored-by: Christian Heimes <christian@python.org>
miss-islington added a commit that referenced this pull request Jun 1, 2020
Fix :mod:`ssl`` code to be compatible with OpenSSL 1.1.x builds that use
``no-deprecated`` and ``--api=1.1.0``.

Note: Tests assume full OpenSSL API and fail with limited API.

Signed-off-by: Christian Heimes <christian@python.org>
Co-authored-by: Mark Wright <gienah@gentoo.org>
(cherry picked from commit a871f69)

Co-authored-by: Christian Heimes <christian@python.org>
@floppym floppym mannequin mentioned this pull request May 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants